home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / devtools / automake-1.0.tar.gz / automake-1.0.tar / automake-1.0 / NEWS < prev    next >
Text File  |  1996-05-28  |  4KB  |  125 lines

  1. New in 1.0:
  2. * Bug fixes
  3. * distcheck target runs install and installcheck targets
  4. * Added preliminary support for DejaGNU.
  5.  
  6. New in 0.33:
  7. * More bug fixes
  8. * More checking
  9. * More libtool fixes from Gord Matzigkeit; libtool support is still
  10.   preliminary however
  11. * Added support for jm_MAINTAINER_MODE
  12. * dist-zip support
  13. * New "distcheck" target
  14.  
  15. New in 0.32:
  16. * Many bug fixes
  17. * mkinstalldirs and mdate-sh now appear in directory specified by
  18.   AC_CONFIG_AUX_DIR.
  19. * Removed DIST_SUBDIRS, DIST_OTHER
  20. * AC_ARG_PROGRAM only required when an actual program exists
  21. * dist-hook target now run before distribution packaged up; idea from
  22.   Dieter Baron.  Other hooks exist, too.
  23. * Preliminary (unfinished) support for libtool
  24. * Added short option names.
  25. * Better "dist" support when gluing together multiple packages
  26.  
  27. New in 0.31:
  28. * Bug fixes
  29. * Documentation updates (many from Franτois Pinard)
  30. * strictness `normal' now renamed to `foreign'
  31. * Renamed --install-missing to --add-missing
  32. * Now handles AC_CONFIG_AUX_DIR
  33. * Now handles TESTS macro
  34. * DIST_OTHER renamed to EXTRA_DIST
  35. * DIST_SUBDIRS is deprecated
  36. * @ALLOCA@ and @LIBOBJS@ now work in _LDADD variables
  37. * Better error messages in many cases
  38. * Program names are canonicalized
  39. * Added "check" prefix; from Gord Matzigkeit
  40.  
  41. New in 0.30:
  42. * Bug fixes
  43. * configure.in scanner knows about AC_PATH_XTRA, AC_OUTPUT ":" syntax
  44. * Beginnings of a test suite
  45. * Automatically adds -I options for $(srcdir), ".", and path to config.h
  46. * Doesn't print anything when running
  47. * Beginnings of MAINT_CHARSET support
  48. * Can specify version in AUTOMAKE_OPTIONS
  49. * Most errors recognizable by Emacs' M-x next-error
  50. * Added --verbose option
  51. * All "primary" variables now obsolete; use EXTRA_PRIMARY to supply
  52.   configure-generated names
  53. * Required macros now distributed in aclocal.m4
  54. * New documentation
  55. * --strictness=gnu is default
  56.  
  57. New in 0.29:
  58. * Many bug fixes
  59. * More sophisticated configure.in scanning; now understands ALLOCA and
  60.   LIBOBJS directly, handles AC_CONFIG_HEADER more precisely, etc.
  61. * TEXINFOS and MANS now obsolete; use info_TEXINFOS and man_MANS instead.
  62. * CONFIG_HEADER variable now obsolete
  63. * Can handle multiple Texinfo sources
  64. * Allow hierarchies deeper than 2.  From Gord Matzigkeit.
  65. * HEADERS variable no longer needed; now can put .h files directly into
  66.   foo_SOURCES variable.
  67. * Automake automatically rebuilds files listed in AC_OUTPUT.  The
  68.   corresponding ".in" files are included in the distribution.
  69.  
  70. New in 0.28:
  71. * Added --gnu and --gnits options
  72. * More standards checking
  73. * Bug fixes
  74. * Cleaned up 'dist' targets
  75. * Added AUTOMAKE_OPTIONS variable and several options
  76. * Now scans configure.in to get some information (preliminary)
  77.  
  78. New in 0.27:
  79. * Works with Perl 4 again
  80.  
  81. New in 0.26:
  82. * Added --install-missing option.
  83. * Pretty-prints generated macros and rules
  84. * Comments in Makefile.am are placed more intelligently in Makefile.in
  85. * Generates .PHONY target
  86. * Rule or macro in Makefile.am now overrides contents of Automake file
  87. * Substantial cleanups from Franτois Pinard
  88.  
  89. New in 0.25:
  90. * Bug fixes.
  91. * Works with Perl 4 again.
  92.  
  93. New in 0.24:
  94. * New uniform naming scheme.
  95. * --strictness option
  96. * Works with Perl 5
  97. * '.c' files corresponding to '.y' or '.l' files are automatically
  98.   distributed.
  99. * Many bug fixes and cleanups
  100.  
  101. New in 0.23:
  102. * Allow objects to be conditionally included in libraries via lib_LIBADD.
  103.  
  104. New in 0.22:
  105. * Bug fixes in 'clean' code.
  106. * Now generates 'installdirs' target.
  107. * man page installation reworked.
  108. * 'make dist' no longer re-creates all Makefile.in's.
  109.  
  110. New in 0.21:
  111. * Reimplemented in Perl
  112. * Added --amdir option (for debugging)
  113. * Texinfo support cleaned up.
  114. * Automatic de-ANSI-fication cleaned up.
  115. * Cleaned up 'clean' targets.
  116.  
  117. New in 0.20:
  118. * Automatic dependency tracking
  119. * More documentation
  120. * New variables DATA and PACKAGEDATA
  121. * SCRIPTS installed using $(INSTALL_SCRIPT)
  122. * No longer uses double-colon rules
  123. * Bug fixes
  124. * Changes in advance of internationalization
  125.